ICamTable.Periodic property
Determines whether to repeat the cam profile. 1 = periodic, 0 = non periodic (single-shot). By default, it is 0.
Periodic: repeats the execution of the cam profile on a continuous basis, even if the cam profile doesn't match the modulo. This means that for a modulo axis with modulo is 360 degrees, and the cam profiles is specified for 90 degrees, it will be executed 4 times in a modulo. In reverse mode the profile is run the inverse way.
Non-Periodic: the cam profile is run only once. If the master moves out of the range, the slave stops following and stays at the last position in the cam table, and the slave's state is returned to StandStill. In reverse mode, the cam profile is not executed after having reached the "EndOfProfile" position. The 90 degrees example above will be run only once.
Namespace: IntervalZero.KINGSTAR.Base.Class
Assembly: IntervalZero.KINGSTAR.Base.Class (in IntervalZero.KINGSTAR.Base.dll) Version: 4.4.0.0
Syntax
bool Periodic { get; }
ReadOnly Property Periodic As Boolean
Property value
Type: bool
See also